-- card: 29187 from stack: in.07 Reference -- bmap block id: 29870 -- flags: 0000 -- background id: 13647 -- name: -- part 1 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=150 top=160 right=182 bottom=234 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: classLinkage ----- HyperTalk script ----- on mouseUp go to card id 29486 end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=77 top=217 right=239 bottom=161 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: classHead ----- HyperTalk script ----- on mouseUp go to card id 30042 end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=223 top=214 right=236 bottom=307 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: classLink ----- HyperTalk script ----- on mouseUp go to card id 30408 end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: A004 -- rect: left=20 top=263 right=285 bottom=104 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Example ----- HyperTalk script ----- on mouseUp go to card id 45070 end mouseUp -- part contents for background part 2 ----- text ----- class Simset -- part contents for background part 1 ----- text ----- Class Simset is a package for list handling. The lists are doubly linked with a head. In order to use Simset, you must prefix your class or block with Simset, e.g. Simset begin ... The class "head" describes the head in the list (for all practical purposes, the list itself), the class "link" describes the elements of the list.